home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / bash / bash_108 / bash-108.zoo / man / bash_login next >
Encoding:
Text File  |  1991-09-12  |  2.2 KB  |  73 lines

  1. # This is the .bash_login file that I use on my system. It works quite 
  2. #   Nicely for me, in my setup. Remember to rename this file to ".bash_login"
  3. #   place it in the directory that you call home. The Home directory is the 
  4. #   directory that is specified in the HOME environmenmt variable when BASH
  5. #   is started. I set HOME=/dev/D/usr/scott at system start up using the 
  6. #   environ.prg program of A. Pratt.
  7. #                    Scott Kolodzieski
  8. #
  9. # This is .bash_login -- started from a login shell
  10. #
  11. # First we set up the Path, i.e. were we look for executbles.
  12. #
  13. export PATH=/bin/bin:/bin/gnu
  14. alias cls='echo -en "\33E\33e"'
  15. alias  on='echo -en "\33e"'
  16. export PS1='&'
  17. #
  18. # Set up the required places for running GNU Emacs
  19. #
  20. alias emacs='/dev/C/bin/emacs/lisp/xemacs -q -l /dev/C/.emacsc'
  21. export EMACSLOADPATH=/dev/C/bin/emacs/lisp
  22. export EMACSLIB=/dev/C/bin/emacs/lisp
  23. export EMACSDOC=/dev/C/bin/emacs/etc
  24. export SYSNAME=Atari-ST
  25. export FULLNAME='Scott J Kolodzieski'
  26. export USER=sjk
  27. export ROWS=22   # These two are used by MicroGnuEmacs in Gemini
  28. export COLS=70
  29. # Set up variables for moria
  30. #
  31. export MORIA_ROOT=/dev/D/usr/games/umoria/
  32. SHELL='c:\bin\bash\bash.ttp'
  33. export SHELL
  34. #
  35. # Set up required names for running gnu-cc
  36. #
  37. #
  38. # General
  39. #
  40. # NOTE: beginning with gcc V1.37, GNUINC and GNULIB can be
  41. # ',' or ';' seperated list of dirs.
  42. # gcc-cpp looks for GNUINC first, if not found then GNULIB
  43. #
  44. export GNUINC=/dev/C/lib/gnu/include
  45. export GNULIB=/dev/C/lib/gnu/c-lib
  46. export GCC_EXEC_PREFIX=/dev/C/bin/gnu/gcc-
  47. # A ramdisk as the TEMP drive greatly improves performance on big files.
  48. export TEMP=/dev/P/
  49. #
  50. # TeX/Latex/AMSTeX defines...
  51. #
  52. DVICONFIG='C:\bin\tex\bin\config'
  53. export DVICONFIG
  54. alias  showdvi='/bin/tex/bin/l-show'
  55. alias  printdvi='/bin/tex/bin/dviprint -v 0.5in -d 4 -z 240'
  56. TEXINPUTS='.;C:/bin/tex/styles'
  57. TEXFORMATS='.;C:/bin/tex/formats'
  58. TEXFONTS='.;C:/bin/tex/tfm'
  59. TEXPOOL='.;C:/bin/tex/bin'
  60. export TEXINPUTS
  61. export TEXFORMATS
  62. export TEXFONTS
  63. export TEXPOOL
  64. alias  latex='/bin/tex/bin/virtex "&lplain"'
  65. #
  66. # some general program alias
  67. #
  68. export MANPATH=/dev/F/man
  69. alias stats='echo -en "\33E"; pushd /; c-stat; popd; echo -en "\33E"'
  70. alias pascal=/dev/C/applic/pascal/compiler.prg
  71. echo -en "\33e\33E"
  72.